Method Extract<T>(Expression<Func<T, bool>>)
Extracts field names from expression.
public static HashSet<string> Extract<T>(Expression<Func<T, bool>> expression)
Extracts field names from expression.
public static HashSet<string> Extract<T>(Expression<Func<T, bool>> expression)